google.golang.org/grpc/internal/transport.http2Client.activeStreams (field)
15 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L129: activeStreams map[uint32]*ClientStream
http2_client.go#L351: activeStreams: make(map[uint32]*ClientStream),
http2_client.go#L852: if t.state == draining || t.activeStreams == nil { // Can be niled from Close().
http2_client.go#L865: t.activeStreams[s.id] = s
http2_client.go#L974: if t.activeStreams != nil {
http2_client.go#L975: delete(t.activeStreams, s.id)
http2_client.go#L1030: streams := t.activeStreams
http2_client.go#L1031: t.activeStreams = nil
http2_client.go#L1100: active := len(t.activeStreams)
http2_client.go#L1143: s := t.activeStreams[f.Header().StreamID]
http2_client.go#L1173: for _, s := range t.activeStreams {
http2_client.go#L1416: if len(t.activeStreams) == 0 {
http2_client.go#L1422: for streamID, stream := range t.activeStreams {
http2_client.go#L1719: s := t.activeStreams[se.StreamID]
http2_client.go#L1809: if len(t.activeStreams) < 1 && !t.kp.PermitWithoutStream {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)